home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / castin.dir / 00037_blavanti.pic.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  188 b   |  9 lines

  1. on mouseUp
  2.   global ElencoModelle, indice
  3.   set numeroElementiLista to count(ElencoModelle)
  4.   if (numeroElementiLista - indice - 1) < 0 then
  5.   else
  6.     BuildcastingSheet("a")
  7.   end if
  8. end
  9.